home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-12-18 | 776 b | 36 lines | [TEXT/R*ch] |
-
- # This file is automatically loaded if the connection belongs to the DalNet network
- # Aliases supplied by CuriosCat
-
- # The aliases simplify talking to the various services that DalNet offers.
- # On DalNet you can register your nickname so others can't use it.
- # This is controlled by then nickserv service. With these aliases you can
- # send your commands with just a "/ns <command>"
-
- alias ns nickserv
-
- alias cs chanserv
-
- alias ms memoserv
-
- alias os operserv
-
- alias rs rootserv
-
- alias ovnotice {
- quote notice @+$0 :[@+ $0] $1-
- echo [@+ $0] $1-
- }
-
- #onotice sends the notice to all channel ops, ovnotice to all oped and voiced users)
-
- alias onotice {
- quote notice @$0 :[@ $0] $1-
- echo ->[@ $0] $1-
- }
-
- alias ovnotice {
- quote notice @+$0 :[@+ $0] $1-
- echo ->[@ +$0] $1-
- }
-